home *** CD-ROM | disk | FTP | other *** search
- stop();
- var dd = 100;
- _parent.ins2._visible = true;
- _parent.bridge.mixCup.onPress = function()
- {
- this.swapDepths(dpts);
- startDrag(this,0);
- _parent.ins2._visible = false;
- };
- _parent.bridge.mixCup.onRelease = function()
- {
- if(_parent.hit.hitTest(this))
- {
- this._visible = false;
- _parent.mixCup._visible = true;
- nextFrame();
- _parent.ins3._visible = true;
- }
- };
-